home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / classica.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  202 b   |  16 lines

  1. on mouseUp
  2.   global flag
  3.   if flag = 0 then
  4.     sound stop 1
  5.     go(2)
  6.   else
  7.     sound stop 1
  8.     sound playFile 3, "..\som\vlnpart4.wav"
  9.     go("pecas")
  10.   end if
  11. end
  12.  
  13. on exitFrame
  14.   go(the frame)
  15. end
  16.